home *** CD-ROM | disk | FTP | other *** search
- /*
- * FILE: atring.h
- * AUTHOR: R. Gonzalez
- * CREATED: November 9, 1990
- *
- * Defines atomic animated ring of satellites for pict application.
- */
-
- # ifndef atring_h
- # define atring_h
-
- # include "anring.h"
-
- /******************************************************************
- * animated ring. Animated segment consisting of several
- * satellites of any type.
- ******************************************************************/
- struct Atomic_Ring:Animated_Ring
- {
- boolean init(void);
- };
-
- # endif